メインコンテンツへスキップ
POST
/
rpc
/
Marketplace
/
CheckoutOptionsMarketplace
cURL
curl --request POST \
  --url https://marketplace-api.sequence.app/amoy/rpc/Marketplace/CheckoutOptionsMarketplace \
  --header 'Content-Type: application/json' \
  --header 'X-Access-Key: <api-key>' \
  --data '
{
  "wallet": "<string>",
  "orders": [
    {
      "contractAddress": "<string>",
      "orderId": "<string>"
    }
  ],
  "additionalFee": 123
}
'
{
  "options": {
    "swap": [],
    "nftCheckout": [],
    "onRamp": []
  }
}

Documentation Index

Fetch the complete documentation index at: https://sequence-0fb8d9e6-relayer_docs.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

承認

X-Access-Key
string
header
必須

Public project access key for authenticating requests obtained on Sequence Builder. Example Test Key: AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI

ボディ

application/json
wallet
string
orders
object[]

[]CheckoutOptionsMarketplaceOrder

additionalFee
number

レスポンス

OK

options
object